home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / src / adasort.lha / AdaSort.readme next >
Text File  |  2001-08-28  |  1KB  |  50 lines

  1. Short:  Elemental sorting algorithms in Ada
  2. Autor:  walternn@rupert.informatik.uni-stuttgart.de (Norman Walter)
  3. Uploader:  walternn@rupert.informatik.uni-stuttgart.de (Norman Walter)
  4. Type:  dev/src
  5. Requires:  Ada Compiler (e.g. GNU gnat)
  6.  
  7.  
  8. Demonstration of elemental sorting algorithms in Ada:
  9.  
  10.  - Bubble Sort
  11.  - Selection Sort
  12.  
  13. The executables included in this archive require 68000 cpu or better.
  14.  
  15. The sources are highly portable. They shold work with all major operating systems.
  16.  
  17. Testet on Amiga 4000/30 with AmigaOS 3.5.
  18.  
  19. Compiled with gnat - the GNU Ada Compiler.
  20.  
  21.  
  22. Literature:
  23.  
  24. Programming in Ada95, 2nd edition
  25. (also known as 'The Barnes Bible')
  26. John Barnes
  27. Addison-Wesley
  28. ISBN 0-201-34293-6
  29.  
  30. Ada from the beginning
  31. Jan Skansholm
  32. Addison-Wesley
  33. ISBN 0-201-17522-3
  34.  
  35. Robert Sedgewick:
  36. Algorithms in C
  37. Addison-Wesley
  38. ISBN 3-89319-376-6
  39.  
  40.  
  41. World Wide Web:
  42.  
  43. http://www.norman-interactive.com (my Homepage)
  44.  
  45. http://www.informatik.uni-stuttgart.de (University Stuttgart, Dept. of Computer Science)
  46.  
  47. http://www.ninemoons.com (GeekGadgets)
  48.  
  49.  
  50.